home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Comunicatii / feedaemon / fd110rc5.exe / {app} / FeedDemon.exe / 0 / RCDATA / TSXEXTENDEDEXCEPTIONINFOWINDOW / TSXEXTENDEDEXCEPTIONINFOWINDOW.txt
Text File  |  2004-05-31  |  2KB  |  78 lines

  1. object SxExtendedExceptionInfoWindow: TSxExtendedExceptionInfoWindow
  2.   Left = 390
  3.   Top = 229
  4.   BorderStyle = bsDialog
  5.   Caption = 'Error'
  6.   ClientHeight = 305
  7.   ClientWidth = 390
  8.   Color = clBtnFace
  9.   Font.Charset = RUSSIAN_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   Position = poDesktopCenter
  15.   OnCreate = FormCreate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Image: TImage
  19.     Left = 4
  20.     Top = 5
  21.     Width = 32
  22.     Height = 32
  23.   end
  24.   object Label1: TLabel
  25.     Left = 6
  26.     Top = 86
  27.     Width = 134
  28.     Height = 13
  29.     Caption = 'Extended error information:'
  30.   end
  31.   object ShortInfo: TMemo
  32.     Left = 41
  33.     Top = 5
  34.     Width = 343
  35.     Height = 73
  36.     BorderStyle = bsNone
  37.     Color = clBtnFace
  38.     Ctl3D = False
  39.     ParentCtl3D = False
  40.     ReadOnly = True
  41.     TabOrder = 2
  42.   end
  43.   object ExtendedInfo: TMemo
  44.     Left = 4
  45.     Top = 102
  46.     Width = 381
  47.     Height = 168
  48.     Color = clBtnFace
  49.     Font.Charset = RUSSIAN_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'Courier New'
  53.     Font.Style = []
  54.     ParentFont = False
  55.     ReadOnly = True
  56.     TabOrder = 3
  57.   end
  58.   object btnClose: TButton
  59.     Left = 310
  60.     Top = 275
  61.     Width = 75
  62.     Height = 25
  63.     Caption = 'Close'
  64.     Default = True
  65.     ModalResult = 1
  66.     TabOrder = 0
  67.   end
  68.   object btnClipboard: TButton
  69.     Left = 205
  70.     Top = 275
  71.     Width = 101
  72.     Height = 25
  73.     Caption = 'Copy to Clipboard'
  74.     TabOrder = 1
  75.     OnClick = btnClipboardClick
  76.   end
  77. end
  78.